home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / gnuplot.src < prev    next >
Text File  |  1998-03-23  |  2KB  |  44 lines

  1. @@@STARTPACK(gnuplot;The GNU Interactive Plotting Program)
  2.  
  3. <P>
  4. Gnuplot is a command-driven  interactive  function  plotting program.
  5. <P>
  6. If files are given, gnuplot loads each file  with  the  load
  7. command,  in  the  order specified.  Gnuplot exits after the
  8. last file is processed.
  9. <P>
  10. Here are some of its features:
  11. <P>
  12. Plots any number of functions, built up of  C  operators,  C
  13. library  functions,  and some things C doesn't have like **,
  14. sgn(), etc.  Also support for plotting data files,  to  compare
  15. actual data to theoretical curves.
  16. <P>
  17. User-defined X and Y ranges (optional  auto-ranging),  smart
  18. axes scaling, smart tic marks.
  19. <P>
  20. Labelling of X and Y axes.
  21. <P>
  22. User-defined constants and functions.
  23. <P>
  24. Support through a generalized graphics driver for  AED  512,
  25. AED  767,  BBN  BitGraph,  Commodore  Amiga, Roland DXY800A,
  26. EEPIC, TeXDraw, EmTeX, Epson 60dpi printers,  Epson  LX-800,
  27. Fig,  HP2623,  HP2648, HP75xx, HPGL, HP LaserJet II, Imagen,
  28. Iris 4D, MS-DOS Kermit, Kyocera laser  printer,  LaTeX,  NEC
  29. CP6  pinwriter,  PostScript,  QMS  QUIC,  ReGis  (VT125  and
  30. VT2xx), SCO Xenix CGI, Selanar, Star  color  printer,  Tandy
  31. DMP-130  printer,  Tek  401x, Tek 410x, Vectrix 384, VT like
  32. Tektronix emulator, Unix PC (ATT 3b1 or ATT 7300), unixplot,
  33. and  X11.   The  PC version compiled by Microsoft C supports
  34. IBM CGA, EGA, VGA, Hercules, ATT 6300, and Corona 325 graphics.
  35. The  PC  version compiled by Borland C++ supports IBM
  36. CGA, EGA, MCGA, VGA, Hercules and ATT 6300 graphics.   Other
  37. devices can be added simply, but will require recompiling.
  38. </P>
  39.  
  40. @@@UW2DIST(http://www.sco.com/skunkware/uw7/x11/graphics/)
  41. @@@SOURCE(ftp://ftp.dartmouth.edu/pub/gnuplot/)
  42. @@@ENDPACK
  43.  
  44.